home *** CD-ROM | disk | FTP | other *** search
/ Beyond the Wall of Stars / Beyond the Wall of Stars (1992)(Creative Multimedia).iso / mac / BTWOS Mac 13 / Transit Zone / Pod, TZ, Branch S04 / Pod, TZ, Branch S04.rsrc / VWCI_1035 < prev    next >
Text File  |  1992-06-01  |  391b  |  17 lines

  1. ═▓T\]]]]on mouseUp
  2.   
  3.   -- Link To Most Recent Option Control
  4.   --
  5.   global myPath, OptionMovie, OptionPage, PageName
  6.   
  7.   if OptionMovie = "xxx" then                        -- no Option Control active
  8.     beep
  9.   else    
  10.     cursor 4
  11.     killSound
  12.     set PageName = OptionPage
  13.     go frame "ReEntry" of movie myPath & OptionMovie
  14.   end if
  15.   
  16. end mouseUp